Remove shebang from bash completions
authorSimon McVittie <smcv@collabora.com>
Tue, 29 Aug 2017 16:05:16 +0000 (17:05 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 29 Aug 2017 19:19:56 +0000 (19:19 +0000)
commit355e8516b04801caf50b0b8a218fc8f6321d8d05
treef8b66cecc0bad9cb30d38910c34b717eaab36b48
parent3fcd81df86b66c5abb61118d2ef3822304cb5da3
Remove shebang from bash completions

bash completions are to be sourced. It makes little sense to
execute them.

Detected by Debian's Lintian tool, which warns about non-executable
files that appear to be #! scripts.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Closes: #1119
Approved by: cgwalters
bash/ostree